home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Freeware / Comunicatii / Winscp / winscp373setup.exe / {app} / WinSCP3.exe / 0 / RCDATA / TOPENDIRECTORYDIALOG / TOPENDIRECTORYDIALOG.txt
Encoding:
Text File  |  2005-02-06  |  3.8 KB  |  173 lines

  1. object OpenDirectoryDialog: TOpenDirectoryDialog
  2.   Left = 408
  3.   Top = 195
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'ui_opendir'
  6.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Open directory'
  9.   ClientHeight = 308
  10.   ClientWidth = 378
  11.   Color = clBtnFace
  12.   ParentFont = True
  13.   OldCreateOrder = True
  14.   Position = poMainFormCenter
  15.   OnShow = FormShow
  16.   DesignSize = (
  17.     378
  18.     308)
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object EditLabel: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 72
  25.     Height = 13
  26.     Caption = '&Open directory:'
  27.   end
  28.   object LocalDirectoryEdit: TIEComboBox
  29.     Left = 8
  30.     Top = 25
  31.     Width = 281
  32.     Height = 21
  33.     Anchors = [akLeft, akTop, akRight]
  34.     ItemHeight = 13
  35.     TabOrder = 1
  36.     Text = 'LocalDirectoryEdit'
  37.     OnChange = DirectoryEditChange
  38.     OnKeyDown = DirectoryEditKeyDown
  39.   end
  40.   object RemoteDirectoryEdit: TIEComboBox
  41.     Left = 8
  42.     Top = 25
  43.     Width = 362
  44.     Height = 21
  45.     Anchors = [akLeft, akTop, akRight]
  46.     ItemHeight = 13
  47.     MaxLength = 1000
  48.     TabOrder = 0
  49.     Text = 'RemoteDirectoryEdit'
  50.     OnChange = DirectoryEditChange
  51.     OnKeyDown = DirectoryEditKeyDown
  52.   end
  53.   object OKBtn: TButton
  54.     Left = 204
  55.     Top = 274
  56.     Width = 75
  57.     Height = 25
  58.     Anchors = [akRight, akBottom]
  59.     Caption = 'OK'
  60.     Default = True
  61.     ModalResult = 1
  62.     TabOrder = 5
  63.   end
  64.   object CancelBtn: TButton
  65.     Left = 292
  66.     Top = 274
  67.     Width = 75
  68.     Height = 25
  69.     Anchors = [akRight, akBottom]
  70.     Cancel = True
  71.     Caption = 'Cancel'
  72.     ModalResult = 2
  73.     TabOrder = 6
  74.   end
  75.   object BookmarksGroup: TXPGroupBox
  76.     Left = 8
  77.     Top = 56
  78.     Width = 359
  79.     Height = 209
  80.     Anchors = [akLeft, akTop, akRight, akBottom]
  81.     Caption = 'Bookmarks'
  82.     TabOrder = 3
  83.     DesignSize = (
  84.       359
  85.       209)
  86.     object Label1: TLabel
  87.       Left = 16
  88.       Top = 22
  89.       Width = 83
  90.       Height = 13
  91.       Caption = 'Select &bookmark:'
  92.       FocusControl = BookmarksList
  93.     end
  94.     object BookmarksList: TListBox
  95.       Left = 16
  96.       Top = 38
  97.       Width = 239
  98.       Height = 155
  99.       Anchors = [akLeft, akTop, akRight, akBottom]
  100.       DragMode = dmAutomatic
  101.       ItemHeight = 13
  102.       TabOrder = 0
  103.       OnClick = BookmarksListClick
  104.       OnDblClick = BookmarksListDblClick
  105.       OnDragDrop = BookmarksListDragDrop
  106.       OnDragOver = BookmarksListDragOver
  107.       OnKeyDown = BookmarksListKeyDown
  108.       OnStartDrag = BookmarksListStartDrag
  109.     end
  110.     object AddBookmarkButton: TButton
  111.       Left = 262
  112.       Top = 38
  113.       Width = 83
  114.       Height = 25
  115.       Anchors = [akTop, akRight]
  116.       Caption = '&Add'
  117.       TabOrder = 1
  118.       OnClick = AddBookmarkButtonClick
  119.     end
  120.     object RemoveBookmarkButton: TButton
  121.       Left = 262
  122.       Top = 70
  123.       Width = 83
  124.       Height = 25
  125.       Anchors = [akTop, akRight]
  126.       Caption = '&Remove'
  127.       TabOrder = 2
  128.       OnClick = RemoveBookmarkButtonClick
  129.     end
  130.     object DownBookmarkButton: TButton
  131.       Left = 262
  132.       Top = 168
  133.       Width = 83
  134.       Height = 25
  135.       Anchors = [akRight, akBottom]
  136.       Caption = '&Down'
  137.       TabOrder = 3
  138.       OnClick = BookmarkButtonClick
  139.     end
  140.     object UpBookmarkButton: TButton
  141.       Left = 262
  142.       Top = 136
  143.       Width = 83
  144.       Height = 25
  145.       Anchors = [akRight, akBottom]
  146.       Caption = '&Up'
  147.       TabOrder = 4
  148.       OnClick = BookmarkButtonClick
  149.     end
  150.   end
  151.   object LocalDirectoryBrowseButton: TButton
  152.     Left = 293
  153.     Top = 23
  154.     Width = 75
  155.     Height = 25
  156.     Anchors = [akTop, akRight]
  157.     Caption = 'B&rowse...'
  158.     TabOrder = 2
  159.     OnClick = LocalDirectoryBrowseButtonClick
  160.   end
  161.   object SwitchButton: TButton
  162.     Left = 8
  163.     Top = 274
  164.     Width = 121
  165.     Height = 25
  166.     Anchors = [akRight, akBottom]
  167.     Caption = '&Location Profiles...'
  168.     ModalResult = 2
  169.     TabOrder = 4
  170.     OnClick = SwitchButtonClick
  171.   end
  172. end
  173.